var crypto/elliptic/internal/nistec.p521B
6 uses
crypto/elliptic/internal/nistec (current package)
p521.go#L20: var p521B, _ = new(fiat.P521Element).SetBytes([]byte{
p521.go#L122: x3.Add(x3, p521B)
p521.go#L181: z3 := new(fiat.P521Element).Mul(p521B, t2) // Z3 := b * t2
p521.go#L187: y3.Mul(p521B, y3) // Y3 := b * Y3
p521.go#L225: y3 := new(fiat.P521Element).Mul(p521B, t2) // Y3 := b * t2
p521.go#L235: z3.Mul(p521B, z3) // Z3 := b * Z3
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)